Interface ServiceProviderInterface

Summary

Fully Qualified Name: Laminas\ModuleManager\Feature\ServiceProviderInterface

Description

Methods

Name Description Defined By
getServiceConfig() Expected to return \Laminas\ServiceManager\Config object or array to seed such an object. ServiceProviderInterface

Method Details

getServiceConfig()

Expected to return \Laminas\ServiceManager\Config object or array to seed such an object.

Returns: array|\Laminas\ServiceManager\Config

Top